home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / LIGHT / LITE / LITEDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  643 b   |  20 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: LiteDll.h 1.1 1996/07/19 00:04:32 Damien Exp $ */
  3.  
  4. ////////////////////////////////////////////////////////////////////////
  5. //   First Light Source Example : Beams Light                         //
  6. //--------------------------------------------------------------------//
  7. //   Global Variables used in the DLL                                                     //
  8. //////////////////////////////////////////////////////////////////////// 
  9.  
  10. #ifndef __LITEDLL__
  11. #define __LITEDLL__  
  12.  
  13. // Global variables used by the DLL
  14. extern long global_count_Obj;
  15. extern long global_count_Lock;
  16.  
  17.  
  18. #endif
  19.  
  20.